mirror of
https://github.com/Nickiel12/nicks-nix-config.git
synced 2024-11-24 05:35:29 -08:00
Compare commits
2 commits
b6ba13d060
...
b87baa58d4
Author | SHA1 | Date | |
---|---|---|---|
b87baa58d4 | |||
e847ee6d5a |
3 changed files with 10 additions and 26 deletions
18
flake.lock
18
flake.lock
|
@ -39,11 +39,11 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1689891262,
|
"lastModified": 1690303752,
|
||||||
"narHash": "sha256-Pc4wDczbdgd6QXKJIXprgxe7L9AVDsoAkMnvm5vmpUU=",
|
"narHash": "sha256-2YiwFHQERGoaORNORmsdmVlPD8CVVwlwbV2+f77sFhg=",
|
||||||
"owner": "nix-community",
|
"owner": "nix-community",
|
||||||
"repo": "home-manager",
|
"repo": "home-manager",
|
||||||
"rev": "ee5673246de0254186e469935909e821b8f4ec15",
|
"rev": "ba2c0737cc848db03470828fdb5e86df75ed42a8",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
@ -120,11 +120,11 @@
|
||||||
},
|
},
|
||||||
"nixpkgs_2": {
|
"nixpkgs_2": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1689940971,
|
"lastModified": 1690179384,
|
||||||
"narHash": "sha256-397xShPnFqPC59Bmpo3lS+/Aw0yoDRMACGo1+h2VJMo=",
|
"narHash": "sha256-+arbgqFTAtoeKtepW9wCnA0njCOyoiDFyl0Q0SBSOtE=",
|
||||||
"owner": "nixos",
|
"owner": "nixos",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"rev": "9ca785644d067445a4aa749902b29ccef61f7476",
|
"rev": "b12803b6d90e2e583429bb79b859ca53c348b39a",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
@ -167,11 +167,11 @@
|
||||||
"utils": "utils"
|
"utils": "utils"
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1689610936,
|
"lastModified": 1689976554,
|
||||||
"narHash": "sha256-g/+hhD6Kpz8EQvE93q3tpP58LBxNyR7f1UhREKZJvXM=",
|
"narHash": "sha256-uWJq3sIhkqfzPmfB2RWd5XFVooGFfSuJH9ER/r302xQ=",
|
||||||
"owner": "simple-nixos-mailserver",
|
"owner": "simple-nixos-mailserver",
|
||||||
"repo": "nixos-mailserver",
|
"repo": "nixos-mailserver",
|
||||||
"rev": "a3b03d1b5af5112bc94b448879a2f401043b42ea",
|
"rev": "c63f6e7b053c18325194ff0e274dba44e8d2271e",
|
||||||
"type": "gitlab"
|
"type": "gitlab"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|
|
@ -1,16 +0,0 @@
|
||||||
{ pkgs, ... }:
|
|
||||||
|
|
||||||
{
|
|
||||||
|
|
||||||
services.flameshot = {
|
|
||||||
enable = true;
|
|
||||||
settings = {
|
|
||||||
General = {
|
|
||||||
disabledTrayIcon = false;
|
|
||||||
showStartupLaunchMessage = false;
|
|
||||||
savePath = "/home/nixolas/Pictures/";
|
|
||||||
saveAsFileExtension = ".png";
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
|
||||||
}
|
|
|
@ -21,7 +21,6 @@ in
|
||||||
imports = [
|
imports = [
|
||||||
../modules/discord.nix
|
../modules/discord.nix
|
||||||
../modules/emacs.nix
|
../modules/emacs.nix
|
||||||
../modules/flameshot.nix
|
|
||||||
../modules/fusuma.nix
|
../modules/fusuma.nix
|
||||||
../modules/git.nix
|
../modules/git.nix
|
||||||
../modules/rofi.nix
|
../modules/rofi.nix
|
||||||
|
@ -79,6 +78,7 @@ in
|
||||||
du-dust # directory disk-space analyzer
|
du-dust # directory disk-space analyzer
|
||||||
ffmpeg-full # ffmpeg for video/audio rendering
|
ffmpeg-full # ffmpeg for video/audio rendering
|
||||||
frei0r # kdenlive video plugins
|
frei0r # kdenlive video plugins
|
||||||
|
flameshot # screenshot utility
|
||||||
fontpreview # utility to preview fonts
|
fontpreview # utility to preview fonts
|
||||||
gitui # command line git tui
|
gitui # command line git tui
|
||||||
pandoc # utility for converting between document types
|
pandoc # utility for converting between document types
|
||||||
|
|
Loading…
Reference in a new issue