Commit graph

910 commits

Author SHA1 Message Date
c4607db2a6 Clean up configuration: Virtualbox, ffmpeg, hledger
Remove:
commented virtualbox and ffmpeg (ffmpeg can be safely removed as strawberry
works nicely to convert flacs to opus, making old script redundant)
hledger : not used once
amfora : was mostly noveelty, still probably will never use it
commnted virtualbox config
2020-11-28 23:53:14 +05:30
fb1e5bd875 Switch default editor to emacsclient
Emacsclient startup time is more or less in line with other editors, save for
maybe sublime.

Keeping other editors around for now, until I get more confortable with emacs
and evil mode

Currently set to start in separate window, but since its all connected to same
daemon, it shouldn't matter! Unlike plain emacs, opening multiple editor windows
will still share state of all files, so any buffers can be edited anywhere, and
closed anywhere and it will affect everywhenre. No window will have its own
state held and maintained and there will be no drift!
2020-11-28 23:49:05 +05:30
35e2d5bae9 Switch to Emacs daemon (service) and emacsclient
Benefits : Faster startup time and hopefully shared buffers and session in
future for remote access
2020-11-22 12:30:54 +05:30
5e4e7899c9 Revert all i3 changes
QT theme is messed up
Keybindings for brightness and sound don't work
Tearing
Terrible video rendering
Somehow slow Dolphin
2020-11-04 18:52:56 +05:30
c9e5f4a103 Further i3 changes 2020-11-04 18:47:50 +05:30
924b637356 Set default terminal emulator to Kity 2020-11-04 18:36:14 +05:30
668074945b Add i3 and supporting applications
TO be used alongside plasma for now, on experimental basis
2020-11-04 18:26:28 +05:30
865c1ab8a4 Replace Gnome disks with Etcher 2020-11-04 17:21:54 +05:30
6e4cd432a9 Cleanup, refactor
Prepare to divide config in separate modules/files
Temporarily disable ffmpeg to test
2020-11-04 17:00:29 +05:30
8afac13daa Initial flake implementation
For now, simply copied current configuration.nix and hardware-configuration.nix
to hostname specific directory.
Made minor modifications to remove input impurity from
hardware-configuration.nix (<nixpkgs> to 4{modulesPath}).
Created flake.nix to import the configuration.nix and just build it.

Referred to this guy : https://github.com/MatthewCroughan/nixcfg
2020-11-03 16:10:59 +05:30