Compare commits

..

No commits in common. "b87baa58d4b6c774efb0291d4bfcb6fd30876026" and "b6ba13d0604a2c5e3876c9ee1ea79e449096d56b" have entirely different histories.

3 changed files with 26 additions and 10 deletions

View file

@ -39,11 +39,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1690303752, "lastModified": 1689891262,
"narHash": "sha256-2YiwFHQERGoaORNORmsdmVlPD8CVVwlwbV2+f77sFhg=", "narHash": "sha256-Pc4wDczbdgd6QXKJIXprgxe7L9AVDsoAkMnvm5vmpUU=",
"owner": "nix-community", "owner": "nix-community",
"repo": "home-manager", "repo": "home-manager",
"rev": "ba2c0737cc848db03470828fdb5e86df75ed42a8", "rev": "ee5673246de0254186e469935909e821b8f4ec15",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -120,11 +120,11 @@
}, },
"nixpkgs_2": { "nixpkgs_2": {
"locked": { "locked": {
"lastModified": 1690179384, "lastModified": 1689940971,
"narHash": "sha256-+arbgqFTAtoeKtepW9wCnA0njCOyoiDFyl0Q0SBSOtE=", "narHash": "sha256-397xShPnFqPC59Bmpo3lS+/Aw0yoDRMACGo1+h2VJMo=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "b12803b6d90e2e583429bb79b859ca53c348b39a", "rev": "9ca785644d067445a4aa749902b29ccef61f7476",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -167,11 +167,11 @@
"utils": "utils" "utils": "utils"
}, },
"locked": { "locked": {
"lastModified": 1689976554, "lastModified": 1689610936,
"narHash": "sha256-uWJq3sIhkqfzPmfB2RWd5XFVooGFfSuJH9ER/r302xQ=", "narHash": "sha256-g/+hhD6Kpz8EQvE93q3tpP58LBxNyR7f1UhREKZJvXM=",
"owner": "simple-nixos-mailserver", "owner": "simple-nixos-mailserver",
"repo": "nixos-mailserver", "repo": "nixos-mailserver",
"rev": "c63f6e7b053c18325194ff0e274dba44e8d2271e", "rev": "a3b03d1b5af5112bc94b448879a2f401043b42ea",
"type": "gitlab" "type": "gitlab"
}, },
"original": { "original": {

16
modules/flameshot.nix Normal file
View file

@ -0,0 +1,16 @@
{ pkgs, ... }:
{
services.flameshot = {
enable = true;
settings = {
General = {
disabledTrayIcon = false;
showStartupLaunchMessage = false;
savePath = "/home/nixolas/Pictures/";
saveAsFileExtension = ".png";
};
};
};
}

View file

@ -21,6 +21,7 @@ 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
@ -78,7 +79,6 @@ 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